Parameters
- x
- The first struct to compare.
- y
- The second struct to compare.
Type Parameters
- T
- The type of the structs to compare.
Return Value
A signed integer that indicates the relative values of x and y. Value Meaning Less than 0 x is less than y. 0 x equals y. Greater than 0 x is greater than y.